projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c22b52
)
; src/w32uniscribe.c: Remove redundant include of math.h.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Jun 2019 19:35:06 +0000
(22:35 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Jun 2019 19:35:06 +0000
(22:35 +0300)
src/w32uniscribe.c
patch
|
blob
|
history
diff --git
a/src/w32uniscribe.c
b/src/w32uniscribe.c
index 01f89f0d36c0fd2883b02dbe5abf0024c14c2f02..caf346a5ec264f277f616cf8428aa1c08f511083 100644
(file)
--- a/
src/w32uniscribe.c
+++ b/
src/w32uniscribe.c
@@
-31,7
+31,6
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <windows.h>
#include <usp10.h>
#ifdef HAVE_HARFBUZZ
-# include <math.h> /* for lround */
# include <hb.h>
# if GNUC_PREREQ (4, 3, 0)
# define bswap_32(v) __builtin_bswap32(v)